This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
class FinderLabel | ||||
class, Finder Label | Fr, 30. Aug 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: does nothing. | ||
Function:
Lists the Finder labels. | ||||
Example:
dim i as integer dim f as finderLabel dim p as picture for i=0 to 7 f=new finderLabel(i) p=newpicture(farbe(i).width,farbe(i).height,32) p.graphics.foreColor=f.labelcolor p.graphics.fillrect 0,0,p.width,p.height farbe(i).backdrop=p titel(i).text=f.labeltitle next | ||||
Notes:
There is a constructor which takes an integer value for the index of the label in range from 0 to 7. | ||||
LabelColor as color | ||||
property, Finder Label | Fr, 30. Aug 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> black. | ||
Function:
The Color of this Label. | ||||
LabelTitle as string | ||||
property, Finder Label | Fr, 30. Aug 2002 | |||
Mac OS Classic: Works. | Mac OS Carbon: Works. | Windows: -> "". | ||
Function:
The title of this Label. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.